#FROM dtr_prefix/dtr_org/centos7-nginx
FROM mobileapps.DNS  .us:PORT/images/centos7-nginx:latest


COPY ./dist /var/www/html/fit-heart

EXPOSE PORT

CMD ["nginx", "-g", "daemon off;"]